home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-18 / ds421.zip / LIST.BAT < prev    next >
DOS Batch File  |  1992-03-10  |  135b  |  10 lines

  1. echo off
  2. echo  
  3. echo No LISTER file specified - Using DOS 'type' command for listing
  4. echo  
  5. pause
  6. echo  
  7. type %1
  8. echo  
  9. pause
  10.